DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBuilderBase<TCommandBuilderImpl> Class / UnquoteIdentifier Method

In This Topic
    UnquoteIdentifier Method (C1CommandBuilderBase<TCommandBuilderImpl>)
    In This Topic
    Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier.
    Syntax
    'Declaration
     
    Public Overridable Function UnquoteIdentifier( _
       ByVal quotedIdentifier As String _
    ) As String
    public virtual string UnquoteIdentifier( 
       string quotedIdentifier
    )

    Parameters

    quotedIdentifier
    See Also